'Declaration
Public Function New( _ ByVal dataChangeNotificationObservable As UADataChangeNotificationObservable(Of TValue) _ )
'Usage
Dim dataChangeNotificationObservable As UADataChangeNotificationObservable(Of TValue) Dim instance As New UADataChangeNotificationObservable(Of TValue)(dataChangeNotificationObservable)
public UADataChangeNotificationObservable<TValue>( UADataChangeNotificationObservable<TValue> dataChangeNotificationObservable )
public: UADataChangeNotificationObservable<TValue>( UADataChangeNotificationObservable<TValue^>^ dataChangeNotificationObservable )
Parameters
- dataChangeNotificationObservable
- The object to be copied from.